/* #11111111111111111 */















.heading,
.heading1 {
  position: relative;
  line-height: 140%;
}
.heading {
  width: 253px;
  display: none;
}
.heading1 {
  flex: 1;
  font-size: var(--single-line-body-base-size);
  font-weight: 600;
  color: var(--text-default-default);
}
.menu-header {
  align-self: stretch;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  padding: var(--space-200) var(--space-400) var(--space-100);
}
.rule {
  height: 1px;
  flex: 1;
  position: relative;
  background-color: var(--text-default-default);
}
.menu-separator {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  padding: var(--space-200) var(--space-400);
}
.first-separator {
    margin-top: 9vh; /* 17% from the top for the first separator */
}
.star-icon {
  height: 20px;
  width: 20px;
  overflow: hidden;
  flex-shrink: 0;
  display: none;
}
/* .a,
.label,
.star-icon {
  position: relative;
} */
.label {
  flex: 1;
  line-height: 140%;
  white-space: nowrap; /* Prevent text from breaking into a new line */
}
.a {
  align-self: stretch;
  line-height: 100%;
}
/* .menu-shortcut,
.row {
  align-items: center;
} */
/* .menu-shortcut {
  height: 16px;
  border-radius: var(--br-5xs);
  justify-content: flex-end;
  z-index: 2;
} */

.arrow-down, .arrow-up {
    width: 24px;
    height: 24px;
    cursor: pointer;
  }
  
  .arrow-down img, .arrow-up img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

/* Ensure the menu-shortcut takes up only as much space as needed */
.menu-shortcut {
    width: 28px;
    /* display: flex; */
    align-items: center;
    justify-content: flex-end;
    flex-shrink: 0; /* Prevent it from shrinking */
}

/* .arrow-down,
.arrow-up {
  align-self: stretch;
  line-height: 100%;
  cursor: pointer; 
}

.arrow-down 
.arrow-up {
    width: 24px;
    height: 24px;
    position: relative;
    overflow: hidden;
    line-height: normal;
    letter-spacing: normal;
    display: block; 
    cursor: pointer;
    line-height: 100%;
  } */

/* .row {
  align-self: stretch;
  display: flex;
  justify-content: center;
} */

/* #aaaaaaaaaaaaaaaaaaaaaaaa */


.row {
    display: flex;
    align-items: center;
    justify-content: space-between; 
    width: 100%; 
  }
  .description {
    position: static;
    width: 100%;
    font-size: 14px; /* Adjust as needed */
    line-height: 1.5;
    color: #333; /* Adjust as needed */
    display: none; /* Hidden by default */
    padding: 10px 0; /* Optional padding */
  }

  /* Styles for dropdown items */
.dropdown-item {
  flex: 1;
  line-height: 140%;
  white-space: nowrap;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  text-decoration: none;
}
  
  /* .description {
    width: 100%;
    position: relative;
    font-size: var(--body-small-size);
    line-height: 140%;
    color: var(--text-default-secondary);
    display: none; 
  } */
/* .description {
  width: 221px;
  position: relative;
  font-size: var(--body-small-size);
  line-height: 140%;
  color: var(--text-default-secondary);
  display: none;
} */
.body,
.menu-item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.body {
  flex: 1;
  flex-direction: column;
  gap: var(--space-100);
}
.menu-item {
  align-self: stretch;
  border-radius: var(--radius-md);
  overflow: hidden;
  flex-direction: row;
  padding: var(--space-300) var(--space-400);
  gap: var(--space-300);
}
.star-icon1 {
  height: 20px;
  width: 20px;
  overflow: hidden;
  flex-shrink: 0;
  display: none;
}
.a1,
.label1,
.star-icon1 {
  position: relative;
}
.label1 {
  flex: 1;
  line-height: 140%;
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), #1e1e1e;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.a1 {
  align-self: stretch;
  line-height: 100%;
}
.menu-shortcut1,
.row1 {
  flex-direction: row;
  align-items: center;
}
.menu-shortcut1 {
  height: 16px;
  border-radius: var(--br-5xs);
  display: none;
  justify-content: flex-end;
  z-index: 2;
}
.row1 {
  align-self: stretch;
  display: flex;
  justify-content: center;
}
.description1 {
  width: 221px;
  position: relative;
  font-size: var(--body-small-size);
  line-height: 140%;
  color: var(--text-default-secondary);
  display: none;
}
.body1,
.menu-item1 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.body1 {
  flex: 1;
  flex-direction: column;
  gap: var(--space-100);
}
.menu-item1 {
  align-self: stretch;
  border-radius: var(--radius-md);
  overflow: hidden;
  flex-direction: row;
  padding: var(--space-300) var(--space-400);
  gap: var(--space-300);
}
.star-icon2 {
  height: 20px;
  width: 20px;
  overflow: hidden;
  flex-shrink: 0;
  display: none;
}
.a2,
.label2,
.star-icon2 {
  position: relative;
}
.label2 {
  flex: 1;
  line-height: 140%;
}
.a2 {
  align-self: stretch;
  line-height: 100%;
}
.menu-shortcut2,
.row2 {
  flex-direction: row;
  align-items: center;
}
.menu-shortcut2 {
  height: 16px;
  border-radius: var(--br-5xs);
  display: none;
  justify-content: flex-end;
  z-index: 2;
}
.row2 {
  align-self: stretch;
  display: flex;
  justify-content: center;
}
.description2 {
  width: 221px;
  position: relative;
  font-size: var(--body-small-size);
  line-height: 140%;
  color: var(--text-default-secondary);
  display: none;
}
.body2,
.menu-item2,
.menu-section {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.body2 {
  flex: 1;
  flex-direction: column;
  gap: var(--space-100);
}
.menu-item2,
.menu-section {
  align-self: stretch;
  overflow: hidden;
}
.menu-item2 {
  border-radius: var(--radius-md);
  flex-direction: row;
  padding: var(--space-300) var(--space-400);
  gap: var(--space-300);
}
.menu-section {
  border-radius: var(--br-5xs);
  flex-direction: column;
  text-align: left;
  font-size: var(--single-line-body-base-size);
  color: var(--text-default-default);
  font-family: var(--body-small);
}
.rule1 {
  height: 1px;
  flex: 1;
  position: relative;
  background-color: var(--border-default-default);
}
.menu-separator1 {
  align-self: stretch;
  border-radius: var(--br-5xs);
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  padding: var(--padding-sm) var(--padding-lg);
}
.star-icon3 {
  height: 20px;
  width: 20px;
  overflow: hidden;
  flex-shrink: 0;
  display: none;
}
.a3,
.label3,
.star-icon3 {
  position: relative;
}
.label3 {
  flex: 1;
  line-height: 140%;
}
.a3 {
  align-self: stretch;
  line-height: 100%;
}
.menu-shortcut3,
.row3 {
  flex-direction: row;
  align-items: center;
}
.menu-shortcut3 {
  height: 16px;
  border-radius: var(--br-5xs);
  display: none;
  justify-content: flex-end;
  z-index: 2;
}
.row3 {
  align-self: stretch;
  display: flex;
  justify-content: center;
}
.description3 {
  width: 221px;
  position: relative;
  font-size: var(--body-small-size);
  line-height: 140%;
  color: var(--text-default-secondary);
  display: none;
}
.body3,
.menu-item3 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.body3 {
  flex: 1;
  flex-direction: column;
  gap: var(--space-100);
}
.menu-item3 {
  align-self: stretch;
  border-radius: var(--radius-md);
  overflow: hidden;
  flex-direction: row;
  padding: var(--space-300) var(--space-400);
  gap: var(--space-300);
}
.star-icon4 {
  height: 20px;
  width: 20px;
  overflow: hidden;
  flex-shrink: 0;
  display: none;
}
.a4,
.label4,
.star-icon4 {
  position: relative;
}
.label4 {
  flex: 1;
  line-height: 140%;
}
.a4 {
  align-self: stretch;
  line-height: 100%;
}
.menu-shortcut4,
.row4 {
  flex-direction: row;
  align-items: center;
}
.menu-shortcut4 {
  height: 16px;
  border-radius: var(--br-5xs);
  display: none;
  justify-content: flex-end;
  z-index: 2;
}
.row4 {
  align-self: stretch;
  display: flex;
  justify-content: center;
}
.description4 {
  width: 221px;
  position: relative;
  font-size: var(--body-small-size);
  line-height: 140%;
  color: var(--text-default-secondary);
  display: none;
}
.body4 {
  flex: 1;
  flex-direction: column;
  gap: var(--space-100);
}
.body4,
.menu,
.menu-item4,
.menu-section1 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.menu-item4 {
  align-self: stretch;
  border-radius: var(--radius-md);
  overflow: hidden;
  flex-direction: row;
  padding: var(--space-300) var(--space-400);
  gap: var(--space-300);
}
.menu,
.menu-section1 {
  flex-direction: column;
  text-align: left;
  font-family: var(--body-small);
}
.menu-section1 {
  align-self: stretch;
  font-size: var(--single-line-body-base-size);
  color: var(--text-default-default);
}

/* Ensure the menu is positioned properly when it opens */
.menu {
    width: 100%;
    height: 100vh; /* Full viewport height */
    position: fixed; /* Fixed positioning to cover the entire screen */
    top: 0;
    left: 0;
    z-index: 1000; /* Ensure it appears above other content */
    box-shadow: var(--drop-shadow-300);
    border-radius: var(--radius-200);
    background-color: var(--background-default-default);
    border: 1px solid var(--border-default-default);
    box-sizing: border-box;
    overflow-y: auto; /* Allow scrolling if content overflows */
    padding: 6px 7px;
    line-height: normal;
    letter-spacing: normal;
    font-size: var(--body-small-size);
    color: var(--text-default-secondary);
    display: none; /* Hide the menu initially */
  }

.menu .x {
    width: 24px; /* Adjust width to fit the icon size */
    height: 24px; /* Adjust height to fit the icon size */
    position: absolute;
    /* top: 10px;  */
    top: 6%; 
    right: 27.6px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu .x .x-icon {
    width: 100%;
    height: 100%;
    object-fit: contain; /* Ensure the icon maintains its aspect ratio */
    display: block; /* Ensure the icon is displayed */
}

.icon {
  position: absolute;
  /* height: 50%;
  width: 75%; */
  top: 25%;
  right: 12.5%;
  bottom: 25%;
  left: 12.5%;
  object-fit: contain; /* Ensure the icon maintains its aspect ratio */
  display: block; /* Ensure the icon is displayed */
}


/* Container for the menu icon */
.menu-icon-container {
  position: absolute;
  top: 0.5%;
  right: 21px; 
  width: 24px; 
  height: 24px; 
  cursor: pointer;
}



.menu-icon {
  width: 100%;
  height: 100%;
  object-fit: contain;
}


/* .polygon-icon {
  transition: transform 0.3s ease;
}

.rotated {
  transform: rotate(180deg);
} */


/* Global box-sizing */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Styles for dropdown content */
.dropdown-content {
  display: flex;
  flex-direction: row; /* Ensure horizontal alignment */
  justify-content: space-between; /* Optional: Adjust spacing */
  padding: 10px 0;
  flex-wrap: nowrap; /* Prevent wrapping */
}

/* .column {
  flex: 1;
  min-width: 0; 
  padding: 0 10px;
  box-sizing: border-box;
} */

.column {
  flex: 1 1 50%; /* Equal growth and shrink, initial width 50% */
  min-width: 0; /* Allow columns to shrink below minimum width */
  padding: 0 10px;

  text-align: left;
}

.vertical-line {
  width: 2px;
  background-color: #ccc;
  /* margin: 0 10px; */
}

.column-header {
  font-weight: bold;
  margin-bottom: 10px;
}

.column ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.column ul li {
  margin-bottom: 5px;
}

.column ul li a {
  text-decoration: none;
  color: #000;
}



/* Style for the images in the About dropdown */
.about-image {
  width: 100%;
  height: auto;
  max-width: 200px; /* Adjust as needed */
  margin-bottom: 10px; /* Space between image and text */
}

/* Center the images within the column */
.column .about-image {
  display: block;
  margin-left: auto;
  margin-right: auto;
}



/* Styles for the menu items and dropdowns (existing styles) */

/* Style for the images in the Our AI dropdown */
.ai-image {
  width: 100%;
  height: auto;
  max-width: 200px; /* Adjust as needed */
  margin-bottom: 10px;
}

/* Center the images within the column */
.column .ai-image {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* Styles for AI items */
.ai-item {
  padding: 10px 0;
  text-align: center; /* Center content */
}

.ai-title {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  margin-bottom: 5px;
}

.ai-subtitle {
  font-size: 14px;
  font-weight: normal;
  color: #666;
  margin-bottom: 5px;
}

.ai-item p {
  font-size: 14px;
  line-height: 1.5;
  color: #333;
}

/* Styles for bullet points */
.ai-list {
  list-style-type: disc;
  padding-left: 20px;
  text-align: left; /* Left-align list items */
}

.ai-list li {
  margin-bottom: 5px;
  font-size: 14px;
  color: #333;
}

/* Responsive adjustments */
/* @media (max-width: 600px) {
  .dropdown-content {
    flex-direction: column;
  }

  .vertical-line {
    display: none;
  }

  .column {
    padding: 0;
    margin-bottom: 20px;
  }
} */


/* Styles for the menu items and dropdowns (existing styles) */

/* Style for the images in the About dropdown */
.about-image {
  width: 100%;
  height: auto;
  max-width: 200px; /* Adjust as needed */
  margin-bottom: 10px; /* Space between image and text */
}

/* Center the images within the column */
.column .about-image {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* Optional: Adjust column layout on smaller screens */
@media (max-width: 370px) {
  .dropdown-content {
    flex-direction: column;
  }

  .vertical-line {
    display: none;
  }

  /* .column {
    padding: 0;
    margin-bottom: 20px;
  } */
  .column {
    flex: 1 1 100%; /* Columns take full width when stacked */
    padding: 0;
    margin-bottom: 20px;
  }
}

/* Styles for the about-item */
.about-item {
  padding: 10px 0;
  text-align: center; /* Center content */
}

.about-title {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  margin-bottom: 5px;
}

.about-subtitle {
  font-size: 14px;
  font-weight: normal;
  color: #666;
  margin-bottom: 5px;
}

.about-item p {
  font-size: 14px;
  line-height: 1.5;
  color: #333;
}


/* Styles for images */
.responsive-image {
  display: block;
  width: 100%;
  height: auto;
}



.main-banner {
  width: calc(min(var(--f-max-content-width), 100vw) - var(--f-gutter) * 2);
  margin-left: var(--f-gutter);
  margin-right: var(--f-gutter);
  min-height: 600px; /* Set a minimum height */
  /* padding: var(--space-4000) 0; */
  padding-top: 20px; /* Adjust as needed */
  padding-bottom: 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: var(--space-800);
  background-image: url(./public/hero-image@3x.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  text-align: left;
  font-size: var(--title-hero-size);
  color: var(--text-utilities-text-on-overlay);
  font-family: var(--single-line-body-base);
  /* margin-block: 2rem 4rem; */
}

:root {
  --f-max-content-width: 1440px;
  --f-gutter: 24px;
  /* --space-4000: 0px; */
  --space-800: 16px;
  --title-hero-size: 36px; 
  --subtitle-size: 24px;
  --text-utilities-text-on-overlay: #000;

  --f-font-sans: 'SF Pro Display', system-ui, Helvetica, Arial, sans-serif;
  --f-text-color: #000000;
  --f-gutter: 24px;
  --f-col-width: calc(100vw - var(--f-gutter) * 2);
}



.mobile-landing {
  padding-top: 50px; /* Same as the height of the menu icon container */
}

.top-image {
  display: block;
  width: 100%;
  height: auto;
  position: relative; /* Ensure it's in the normal document flow */
  margin: 0; /* Remove any default margins */
}



/* Subtitle Styles */
.subtitle {
  /* Existing styles */
  line-height: 1.35;
  letter-spacing: -0.006875rem;
}

/* Title Styles */
.title {
  /* Existing styles */
  line-height: 1.1;
  letter-spacing: -0.0275rem;
}

/* Button Text Styles (if needed) */
.button-text {
  /* Existing styles */
  line-height: 1.35; /* Adjust if your button text needs it */
}

.subtitle:last-of-type {
  margin-bottom: 1.5rem; /* Adds 1.5 rem space after the last subtitle */
}

.title {
  /* Existing styles */
  margin-bottom: 1rem; /* Adds 1 rem space below the title */
}







/* CSS Variables */
:root {
  --f-primary-btn-bg-color: #000000;
  --f-primary-btn-text-color: #FFFFFF;
  --f-font-sans: 'SF Pro Display', system-ui, Helvetica, Arial, sans-serif;

  --f-max-content-width: 1440px;
  --f-gutter: 24px;
  /* Other variables */
}

/* Responsive width for small screens */
@media (max-width: 559px) {
  .cta-button {
    /* width: 100%; */

    /* width: calc(100% - var(--f-gutter) * 2); */
    margin-left: var(--f-gutter);
    margin-right: var(--f-gutter);
  }
}

/* Button Container */
/* .button-container {
  display: flex;
  justify-content: center; 
  padding-left: var(--f-gutter);
  padding-right: var(--f-gutter);
} */

/* Button Container */
.button-container {
  width: 100%;
  max-width: var(--f-max-content-width);
  margin-left: auto;
  margin-right: auto;
}


/* CTA Button Styles */
/* .cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background: var(--f-primary-btn-bg-color);
  color: var(--f-primary-btn-text-color);
  border: none;
  border-radius: 8px;
  padding: 0.75rem 1.3125rem;
  transition: border-radius 160ms ease-out;
  cursor: pointer;

  width: calc(min(var(--f-max-content-width), 100vw) - var(--f-gutter)* 2);
  margin-inline: auto;
} */

.cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background: var(--f-primary-btn-bg-color);
  color: var(--f-primary-btn-text-color);
  border: none;
  border-radius: 8px;
  padding: 0.75rem var(--f-gutter);
  transition: border-radius 160ms ease-out;
  cursor: pointer;
  width: 100%;
  max-width: calc(var(--f-max-content-width) - var(--f-gutter) * 2);
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

/* Remove default link styles */
.cta-button:link,
.cta-button:visited {
  color: var(--f-primary-btn-text-color);
  text-decoration: none;
}

/* Button Inner Content */
.btn-inner {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

/* Button Icon */
.btn-icon {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

/* Button Text */
.btn-text {
  font-family: var(--f-font-sans);
  font-size: 1rem;
  font-weight: 500;
}

/* Hover and Active States */
.cta-button:hover {
  background-color: #333333;
}

.cta-button:active {
  background-color: #555555;
}


*, *::before, *::after {
  box-sizing: border-box;
}